Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.6.2 -> 0.7.0-0.6.x-compat age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)

v0.7.0

Breaking changes:

  • Remove kotlinx.datetime.Instant and kotlinx.datetime.Clock in favor of kotlin.time.Instant (#​506). See https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant for a description of what to do if this causes problems.
  • Unify the range of admissible LocalDate and LocalDateTime values on all platforms (#​432).
  • Rename dayOfMonth to day, monthNumber to month (#​84).
  • Make DayOfWeek and Month no longer type aliases to java.time.DayOfWeek and java.time.Month (#​96).
  • Make "UTC" and not "Z" be the timezone identifier for TimeZone.UTC (#​474).
  • Accept "z" in TimeZone.of, with the same meaning as "Z" (#​529).
  • Add DateTimeFormat-based KSerializer implementations for datetime entities, and change the default serializers to be based on toString/parse pairs (#​415).

Additions:

  • Add java.io.Serializable implementations for most of the entities in the library (#​143). Thanks for spotting and fixing a potential vulnerability, @​lukellmann!
  • Add LocalDateRange, a range of LocalDate values (#​190). Thanks, @​PeterAttardo!
  • Add YearMonth and YearMonthRange (#​457).

Tweaks and fixes:

  • Support obtaining the system timezone on old Debian-based distributions (#​430).
  • Fix not being able to parse some valid timezone identifiers using the timeZoneId() directive (#​444).
  • Use the grammar defined in RFC 9557 for parsing timezone identifiers in the timeZoneId() directive, allowing parsing values not present in the timezone database (#​531).
  • Improved error messages when formatting an invalid DateTimeComponents value (#​471).
  • Set the JPMS dependency on kotlinx.serialization.core to be optional (#​496).

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner June 28, 2025 23:38
@renovate renovate bot requested review from millotp and shortcuts and removed request for a team June 28, 2025 23:38
@algolia-bot
Copy link
Collaborator

algolia-bot commented Jun 28, 2025

✔️ Code generated!

Name Link
🪓 Triggered by 6fe29c4218598754f9d8f247b034d64804d81875
🍃 Generated commit 71e0f5534cab08eb0c9a9351bd8502d8b68d977e
🌲 Generated branch generated/renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x

@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 6 times, most recently from cac8512 to 285f0dd Compare June 29, 2025 01:21
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 285f0dd to 65d02dc Compare June 29, 2025 07:11
@renovate renovate bot merged commit 00640e5 into chore/renovateBaseBranch Jun 29, 2025
13 checks passed
@renovate renovate bot deleted the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch June 29, 2025 11:27
algolia-bot added a commit that referenced this pull request Jun 29, 2025
…o v0.7.0-0.6.x-compat (#5042) (generated)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant